home *** CD-ROM | disk | FTP | other *** search
/ Game Classics 1 / Game Classics 1.iso / dosgames / doom / levels_6 / 435 / all_e1.bat next >
DOS Batch File  |  1994-11-26  |  2KB  |  44 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo  ──────────────────────────────────────
  5. echo        "WAY OUT AND STILL DOOMED"
  6. echo               [Episode 1]
  7. echo        Designed by Jonathan Wood           
  8. echo.   Director, Winged Panther Creations
  9. echo  ──────────────────────────────────────
  10. echo.
  11. echo  Thank you for playing my first original DOOM (tm) Episode #1,
  12. echo  entitled "Way Out and Still Doomed".  If you do not have ALL the
  13. echo  missions for this episode, check your BBS or call 1-205-338-6839,
  14. echo  or write the address listed in this file's accompanying text file,
  15. echo  "ALL-E1.TXT", which also contains the episode's storyline.
  16. echo.
  17. echo.
  18.       pause
  19.       if not exist F-HOLD.WAD goto ErrMsg
  20.       if not exist T-BASE.WAD goto ErrMsg
  21.       if not exist P-PLANT.WAD goto ErrMsg
  22.       if not exist ARMORY.WAD goto ErrMsg
  23.       if not exist OPS.WAD goto ErrMsg
  24.       if not exist STATION.WAD goto ErrMsg
  25.       if not exist DIVIDE.WAD goto ErrMsg
  26.       if not exist R-DENS.WAD goto ErrMsg
  27.       if not exist PALACE.WAD goto ErrMsg
  28.       if not exist OPS.LMP goto ErrMsg
  29.       DOOM -FILE F-HOLD.WAD T-BASE.WAD P-PLANT.WAD ARMORY.WAD OPS.WAD STATION.WAD DIVIDE.WAD R-DENS.WAD PALACE.WAD -playdemo ops
  30.       goto End
  31. :ErrMsg
  32.       echo.
  33.       echo You are missing one or more of the files that
  34.       echo constitute the new episode.  If you would like
  35.       echo to proceed with what you have, start DOOM (tm)
  36.       echo manually using the following parameters:
  37.       echo      type "DOOM -FILE ", followed by
  38.       echo      the filenames for each of the
  39.       echo      missions from this episode you 
  40.       echo      have, like "F-HOLD.WAD ", etc.
  41.       echo.
  42.       goto End
  43. :End
  44.